Ocr Namespace > OcrEngine Class > DoZoneAndOCR Method : DoZoneAndOCR(Byte[],Int32,Int32,Int32,PixelType,Int32,OcrSettings) Method |
Public Overloads Function DoZoneAndOCR( _ ByVal image() As Byte, _ ByVal stride As Integer, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal pixelType As PixelType, _ ByVal dpi As Integer, _ ByVal ocrSettings As OcrSettings _ ) As Zone
Dim instance As OcrEngine Dim image() As Byte Dim stride As Integer Dim width As Integer Dim height As Integer Dim pixelType As PixelType Dim dpi As Integer Dim ocrSettings As OcrSettings Dim value As Zone value = instance.DoZoneAndOCR(image, stride, width, height, pixelType, dpi, ocrSettings)
public Zone DoZoneAndOCR( byte[] image, int stride, int width, int height, PixelType pixelType, int dpi, OcrSettings ocrSettings )
public: Zone^ DoZoneAndOCR( array<byte>^ image, int stride, int width, int height, PixelType pixelType, int dpi, OcrSettings^ ocrSettings )
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family